Welcome![Sign In][Sign Up]
Location:
Search - bmp 16

Search list

[Other resourceBMP与JPG格式转变的源代码

Description: BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。-BMP and JPG file format changes in the source code BMP put a JPG compressed into the source code. Size : 16.4K : Attachment 1. Compiler Note 1) VC IDE choice setting-gt; Linkgt; Plus jpeg.lib 2) compiler 2. Principle procedures BITMAP first reading of the document point pixel RGB value, library so compressed RGB JPEG files into the buffer zone or the buffer zone.
Platform: | Size: 15838 | Author: 屠理峰 | Hits:

[Other resourcebmp.c

Description: tc可以直接调用的c语言图片显示程序,将16色BMP文件显示在你的界面上!-tc can directly call the c language picture display program, 16-color BMP file shows you the interface!
Platform: | Size: 1550 | Author: sunny | Hits:

[Windows DevelopBMP to Code(5r6g5b)

Description: 我自己写的程序,将24位的BMP位图转成16位的(5r6g5b)格式的代码,用于弹片机编程-I wrote it myself procedures, 24 BMP bitmap conversion 16 (5r6g5b) format code for shrapnel Machine Programming
Platform: | Size: 2202013 | Author: 王梅芳 | Hits:

[GDI-Bitmap位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++

Description: 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp(); //复制构造函数 tmBmp(const tmBmp & bmp); virtual const tmBmp & operator = (const tmBmp & init); //打开位图 virtual bool openBmp(const std::string fname); //另存位图 virtual bool saveBmp(const std::string fname); //保存位图 virtual bool saveBmp(); //创建一幅位clrBit位,宽imw高imH的位图 virtual bool createBmp(const std::string fname,BYTE clrBit,DWORD imW,DWORD imH); //从灰度数组,创建灰度图像 template bool createGrayBmp(T * imArray,DWORD imW,DWORD imH); //释放读入的图像 virtual void releaseBmp(); //获得图像的宽度 DWORD getWidth(); //获得图像的高度 DWORD getHeight(); //获得颜色位数 WORD getClrBit(); //显示位图信息 void showBmpInfo(); //获取调色板某一元素的值,存入RGBQuad bool getRGBQuad(RGBQuad &, BYTE index); //用RGBQuad更改调色板某一元素的值 bool setRGBQuad(RGBQuad &, BYTE index); //重命名位图 void rename(const std::string fname = "新建位图.bmp"); //颜色反转 virtual void reverseColor(); //将一幅图片的像素区,装换为灰度值数组 template bool tranToArray(T * pixelArray); //如果是8位以内的图像本函数为 //在图像上(x,y)处画颜色索引为redPart的点 //对于16,24,32位的图像为 //在图像上(x,y)处画颜色为redPart+greenPart+bluePart的点 //x为行号,y为列号 bool putPixel(DWORD x,DWORD y,BYTE redPart=0,BYTE greenPart=0,BYTE bluePart=0);
Platform: | Size: 15714 | Author: tr0217 | Hits:

[Graph programbmp2416

Description: 将24位色的BMP图片转换为16位色,用于DIY你的手机图片。因为目前三星等众多手机的背景图片仅限于16位色!- 24 colors BMP picture transformations are 16 colors, uses in DIY your handset picture. Because the present three magnitudes multitudinous handsets background picture only is restricted in 16 colors!
Platform: | Size: 84992 | Author: 邓子国 | Hits:

[Picture Viewerrgb565

Description: 把JPG/BMP图片转换位RGB565格式, 这是为了DX应用的方便(16位色), 也可以用于LINUX的帧缓存(16位色) 附带转换程序+图片查看 -put JPG/BMP photo-conversion RGB565 format, which is to facilitate the application of DX (16 colors), which could also be used in the Linux frame buffer (16 colors) fringe conversion Photo Show
Platform: | Size: 260096 | Author: 夏永明 | Hits:

[Graph programbmp16

Description:
Platform: | Size: 47104 | Author: 和大 | Hits:

[Graph Recognizewindows_dibapi

Description: DIB(Device-indepent bitmap)的与设备无关性主要体现在以下两个方面: DIB的颜色模式与设备无关。例如,一个256色的DIB即可以在真彩色显示模式下使用,也可以在16色模式下使用。 256色以下(包括256色)的DIB拥有自己的颜色表,像素的颜色独立于系统调色板。 由于DIB不依赖于具体设备,因此可以用来永久性地保存图象。DIB一般是以*.BMP文件的形式保存在磁盘中的,有时也会保存在*.DIB文件中。运行在不同输出设备下的应用程序可以通过DIB来交换图象。 DIB还可以用一种RLE算法来压缩图像数据,但一般来说DIB是不压缩的。 DIB的结构-DIB (Device-indepentent bitmap) has nothing to do with sexual equipment mainly in the following two aspects : DIB color mode has nothing to do with the equipment. For example, a 256-color DIB is the true color display mode, or can be used in 16 color mode. 256-color below (including 256 colors), the DIB has its own color table, color of the pixel independent system palette. As DIB is not dependent on specific equipment, it can be used for permanent preservation of images. DIB normally*. BMP file stored in the form of disk, sometimes stored in*. DIB document. Running on different output devices under the application of the procedure can be DIB to exchange images. DIB can also use a RLE compression algorithm to image data, but generally DIB is not compressed. DIB structure
Platform: | Size: 6144 | Author: 王小二 | Hits:

[Windows Developtc_openbmp16

Description: 如何在tc环境下打开显示位图的程序,比较经典-how to open process of showing bitmap, more classical
Platform: | Size: 47104 | Author: 沈郑燕 | Hits:

[GDI-Bitmapbmp2rgn_tool

Description: bmp转换工具,该软件实现bmp图形转换成各种其它文件的工具-bmp conversion tools, the software bmp graphics into a variety of other document tools
Platform: | Size: 32768 | Author: 陈志丹 | Hits:

[Embeded-SCM Developbmp2hex

Description: 以一种4级灰度的液晶为例,介绍了如何将BMP文件转换为液晶显示的16进制文件。-in a four grayscale LCD as an example, how to convert a BMP file LCD band of 16 documents.
Platform: | Size: 183296 | Author: 林飞 | Hits:

[GDI-BitmapYUV TO RGB

Description: 把YUV4:2 文件转换成RGB,用RGB888显示出来。注意使用时,打显卡设置成增强16位。-put YUV4 : 2:2 document conversion into RGB, with RGB888 displayed. To use, playing cards set to enhance 16.
Platform: | Size: 3762176 | Author: | Hits:

[OtherBMP2TXT16

Description: 能够将16色位图文件转换为数字电视可采用的YCbCr格式,以C语言文本格式输出.-to 16 color bitmap file conversion to digital television available YCbCr formats, to C language text format output.
Platform: | Size: 68608 | Author: 王国印 | Hits:

[Multimedia DevelopOpenBmp24bitColor_S

Description: 目前效率打开16位bmp格式的图像算法,可以在此基础之上继续进行开发,还可以采集连续帧采集。(用winrar解压)-efficiency of the current open 16 bmp format images algorithm, the foundation of this continuing development, also can be collected for a frame grabber. (Using WinRAR decompression)
Platform: | Size: 89088 | Author: 任大伟 | Hits:

[GDI-BitmapImageDistill

Description: 图片取摸软件,界面友好,支持24位,16位的bmp格式图片.-pictures from a loss software, friendly interface and support for 24, 16 pictures of bmp format.
Platform: | Size: 1822720 | Author: | Hits:

[GDI-Bitmapbmpsource

Description: This BmpLib.h is a small library of functions written in C++ for Turbo C++ 3.0 and Borland C/C++ 3.1 Compilers that allow you to load a Monochrome or 16 color Bitmap in your programs or you can save your screen image as a Monochrome or 16 color Bitmap.-This a small library of functio ns written in C for Turbo C 3.0 and Borland C/C 3.1 Compilers that allow you to load a Monochrome or color Bitmap 16 in your programs or you can save y our screen image as a Monochrome or 16 color Bitm ap.
Platform: | Size: 5120 | Author: 王小锭 | Hits:

[2D GraphicPaletteGenerator

Description: This program lets you load a JPEG or BMP image and then generate a 256 color palette from sampling 256 evenly spaced spots on the image. It scans the image evenly in a 16 x 16 grid to generate this palette. It can save the palette file in either the Photoshop standard or the format used by Image Analyzer (a free graphics program which can be found here: http://meesoft.logicnet.dk/Analyzer/ )
Platform: | Size: 2048 | Author: Ben321 | Hits:

[Picture ViewerBMP--ANALisy

Description: bmp图像文件,位图1位,位图4位,位图8位,位图16位,位图24位详细分析!-bmp image files, bitmap 1, 4-bit bitmap, bitmap 8 bit, 16-bit bitmap, bitmap detailed analysis of 24!
Platform: | Size: 2322432 | Author: 王韬 | Hits:

[Picture Viewer1.bmp

Description: 这是基于C语言编写的关于BMP32、24、16、8、4、1等各种格式的显示程序,包括其中的压缩格式也可以显示,很实用。-This is based on the C language on BMP32, 24,16,8,4,1 display program such as a variety of formats, including the compression format can also display, very useful.
Platform: | Size: 5307392 | Author: 蔡浩 | Hits:

[Special Effectsraw-convert-to-bmp

Description: 16位的raw格式转成bmp格式,用于工业线阵相机的采集,采用raw格式,可以更好的避免室外曝光不足或过度的问题-16-bit raw format converted to bmp format, line scan cameras for industrial collection, use raw format, you can better avoid outdoor exposure problem of inadequate or excessive
Platform: | Size: 36864 | Author: 钟珊珊 | Hits:
« 1 23 4 5 6 7 8 9 10 »

CodeBus www.codebus.net